Tests if clipboard contains text
<#> <#> This sample tests whether clipboard contains some text. <#> <cmds> <var_oper>(vClipboardText,"",GET_TEXT_FROM_CLIPBOARD,"","", "0") <if_str>("vClipboardText==_vStrEmpty") <msg>(-100,-100,"There is NO text in clipboard. ","Message",1) <else> <msg>(-100,-100,"There is this text in clipboard: %vClipboardText%","Message",1) <endif>